Open
Conversation
somehow fabric is broken because of CC?? When the hell did that happen
Collaborator
Author
|
What I mean by auto-linking: 2026-01-20.23-23-11.mp4 |
blockninja124
commented
Jan 21, 2026
forge/build.gradle
Outdated
| modCompileOnly("dev.engine-room.flywheel:flywheel-forge-api-${minecraft_version}:${flywheel_forge_version}") | ||
| modRuntimeOnly("dev.engine-room.flywheel:flywheel-forge-${minecraft_version}:${flywheel_forge_version}") | ||
|
|
||
| modCompileOnly("maven.modrinth:valkyrien-warium:0.3.1") |
Collaborator
Author
There was a problem hiding this comment.
oops how did that sneak in
blockninja124
commented
Jan 21, 2026
| modCompileOnly("cc.tweaked:cc-tweaked-${minecraft_version}-fabric-api:${cc_version}") | ||
| //modRuntimeOnly("cc.tweaked:cc-tweaked-${minecraft_version}-fabric:${cc_version}") | ||
|
|
||
| modCompileOnly("cc.tweaked:cc-tweaked-$minecraft_version-fabric-api:$cc_version") |
Collaborator
Author
There was a problem hiding this comment.
my attempts at fixing CC, not what caused it to break
blockninja124
commented
Feb 22, 2026
Collaborator
Author
blockninja124
left a comment
There was a problem hiding this comment.
need to remove warium
oops
Collaborator
Author
|
fabric dev broken ain't my fault so this is ready for review |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the ability to click a side of a smart flap bearing with a linked controller to do the auto-link, same as redstone link blocks.
This PR is still WIP, mainly because fabric seems to have gotten broken because of... CC somehow? at some point? I don't even know if this pr did that or if it was already broken 😭
Also this PR uses pretty much every ungodly trick in the book, we've got: mixins, reflection, sussy constructors, sussy casts, sussy non-mixin classes, horrible operation wraps, etc. As far as I can tell, most of this is the only way + best way to do this stuff, since create redstone link auto-linking is horribly hardcoded.
However, if anyone has slight suggestions on particular ways to improve the mixins/sussiness, do suggest them. (But please, please, test them in-dev yourself before suggesting them. I've already spent countless hours trying different mixin configurations, I don't really want to test more without knowing they might work.)